home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / The GIMP / gimp-2.6.8-i686-setup.exe / {app} / lib / gimp / 2.0 / interpreters / default.interp next >
Encoding:
Text File  |  2009-12-15  |  473 b   |  16 lines

  1. # Example entries in files like these
  2.  
  3. # This registers an interpreter name with a binary
  4. # It is matched against #! syntax and the binfmt_misc syntax
  5. #scm=/path/to/scm
  6.  
  7. # The following is the same syntax as Linux binfmt_misc
  8. # See Documentation/binfmt_misc.txt in the Linux kernel sources for
  9. # detailed information. (Right now, "flags" are noops)
  10.  
  11. # Register an extension
  12. #:Scheme-ext:E::scm::/path/to/scm:
  13.  
  14. # Register a magic
  15. #:Scheme-magic:M::\x3b\x20GIMP Scheme::scm:
  16.